home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #39 (Dec 88) / Twindow / makeTWindowTester next >
Text File  |  1988-04-29  |  1KB  |  46 lines

  1. #
  2. #   Makefile for TWindowTester and TWindows
  3. #
  4. #   TWindowTester is a simple program to demonstrate the usage of
  5. #    tool windows by using routines from TWindows, a complete
  6. #    manager for handling these windows that always float on top,
  7. #    ususally used for palettes and tools.
  8. #
  9. #    Written in MPW C 2.0
  10. #
  11. #        Copyright Thomas Fruin 1988
  12. #        All rights reserved.
  13. #
  14. #        fruin@hlerul5.BITNET            University of Leiden
  15. #        thomas@uvabick.UUCP                University of Amsterdam
  16. #        dibs@well.UUCP
  17. #        hol0066.AppleLink
  18. #        2:508/15.FidoNet                The Netherlands
  19. #
  20.  
  21.  
  22. Libs    = "{CLibraries}"CInterface.o      ∂
  23.           "{CLibraries}"CRuntime.o        ∂
  24.           "{CLibraries}"glueenvirons.a.o  ∂
  25.           "{CLibraries}"StdCLib.o
  26.  
  27. TWindowTester ƒƒ  TWindowTester.c.o TWindows.c.o
  28.   Link TWindowTester.c.o  ∂
  29.      TWindows.c.o         ∂
  30.      {Libs}               ∂
  31.      -o  TWindowTester    ∂
  32.      -t  'APPL'           ∂
  33.      -c  'TWIN'
  34.  
  35. TWindowTester ƒƒ  TWindowTester.r
  36.   rez -o TWindowTester    ∂
  37.      Types.r              ∂
  38.      TWindowTester.r      ∂
  39.      -a
  40.  
  41. TWindowTester.c.o ƒ TWindowTester.c TWindows.h
  42.   C TWindowTester.c
  43.  
  44. TWindows.c.o      ƒ TWindows.c
  45.   C TWindows.c -d __ALLNU__
  46.